@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
* { 
margin: 0; 
padding: 0; 
box-sizing: border-box; 
} 

body{
	max-width: 100%; 
    font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  background-color: #fefefe;
}

.logo{
    height: 70px;
}



.slider-btn{
    color: #fafafa;
    border: solid 1px #fafafa;
    border-radius: 15px;
    transition: 0.4s;
    padding: 10px;
}

.slider-btn:hover{
    color: #fafafa;
    background-color: #981B1E;
    border: solid 1px #fafafa;
}



.slider-btn-1{
    color: #fafafa;
    border: solid 1px #fafafa;
    border-radius: 15px;
    transition: 0.4s;
    padding: 10px;
    background-color: #981B1E;
}

.slider-btn-1:hover{
    color: #fafafa;
    border: solid 1px #fafafa;
}


.btn-1{
    color: #981B1E;
    border: solid 1px #981B1E;
    border-radius: 15px;
    transition: 0.4s;
    padding: 10px;
}

.btn-1:hover{
    color: #fafafa;
    background-color: #981B1E;
    border: solid 1px #981B1E;
}


.btn-2{
    color: #fafafa;
    border: solid 1px #981B1E;
    border-radius: 15px;
    transition: 0.4s;
    padding: 10px;
    background-color: #981B1E;
}

.btn-2:hover{
    color: #fafafa;
    background-color: #CCA52C;
    border: solid 1px #CCA52C;
}


.btn-3{
    background-color: #981B1E;
    color: #fff;
}



.color-1{
    color: #fafafa;
}


.color-2{
    color: #981B1E;
}

.color-3{
    color: #CCA52C;
}

.color-4{
    color: grey;
}

.slider-title{
    font-size:5vw;
    font-weight: bold;
}

.about-title{
    color: #981B1E;
    font-weight: bold;
}

.about-sub-title{
    font-weight: bold;
}


.banner-title{
    font-size: 5vw;
}



/* Responsive CSS Here */
@media screen and (max-width: 950px) { 

.logo{
    height: 40px;
}

.slider-title{
    font-size: 30px;
    font-weight: bold;
}

.hide-me{
    display: none;
}

 
}




/* Responsive CSS Here */
@media screen and (min-width: 950px) { 


.zoom-background {
            width: 100%;
            animation: zoomInOut 40s infinite;
        }

        @keyframes zoomInOut {
            0% {
                background-size: 100%;
            }
            50% {
                background-size: 110%; /* Adjust the zoom level */
            }
            100% {
                background-size: 100%;
            }
        }

 
}



nav .navbar-nav li a{
  
  }


  nav .navbar-nav li a:hover{
    color: #981B1E !important;
  }

  .dropdown-menu{
    
  }

  .dropdown-item:hover{
    color: #fafafa !important;
    
  }


  .header-design{
  
}

.social-icon:hover{
    color: #981B1E;
}

.csr-gallery{
    height: 350px;
    width: 100%;
    background-size: cover;
    margin-top: 15px;
    transition: 0.4s;
    background-position: center;
}

.csr-gallery:hover{
    transform: scale(1.03);
    cursor: pointer;
}

.product-link{
    text-decoration: none;
    color: #2c3e50;
}

.product-link:hover{
    color: #981B1E;
}

.product-image{
    height: 180px;
    transition: 0.4s;
    width: 100%;
    background-size: cover;
    background-position: right;
}

.product-image:hover{
    transform: scale(1.02);
    cursor: pointer;
}

.product-image-2{
    width: 100%;
    transition: 0.4s;
    
}

.product-image-2:hover{
    transform: scale(1.01);
    cursor: pointer;

}



.product-image-3{
    height:100px;
    border: solid 1px #800;
    padding: 10px;

}

.product-image-3:hover{
    cursor:  pointer;
}




